home *** CD-ROM | disk | FTP | other *** search
- Path: solon.com!not-for-mail
- From: seebs@solutions.solon.com (Peter Seebach)
- Newsgroups: comp.lang.c
- Subject: Re: Why doesn't this work?
- Date: 7 Mar 1996 17:56:05 -0600
- Organization: Usenet Fact Police (Undercover)
- Message-ID: <4hnt2l$hi2@solutions.solon.com>
- References: <1996Mar4.161412.137442@forest> <4hnq6u$2t3@umbc9.umbc.edu>
- NNTP-Posting-Host: solutions.solon.com
-
- In article <4hnq6u$2t3@umbc9.umbc.edu>,
- Jonas J. Schlein <schlein@umbc.edu> wrote:
- >This variable should really be an int to comply with getchar().
-
- Not "to comply with", but "to hold all possible returns from".
-
- >It's customary to #include <stdio.h> when using printf().
-
- And required.
-
- >|> fflush(stdout);
-
- >Same thing with fflush() and stdout!
-
- For stdout, yes; no requirement for fflush(), although this is an obsolescent
- feature.
-
- -s
- --
- Peter Seebach - seebs@solon.com - Copyright 1996 Peter Seebach.
- C/Unix wizard -- C/Unix questions? Send mail for help. No, really!
- FUCK the communications decency act. Goddamned government. [literally.]
- The *other* C FAQ - http://www.solon.com/~seebs/c/c-iaq.html
-